home *** CD-ROM | disk | FTP | other *** search
- object frmSetPath: TfrmSetPath
- Left = 276
- Top = 127
- Width = 391
- Height = 253
- BorderStyle = bsSizeToolWin
- Caption = 'Library Search Path Editor'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 298
- Top = 0
- Width = 85
- Height = 207
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 0
- object btnAdd: TButton
- Left = 5
- Top = 47
- Width = 75
- Height = 25
- Caption = '&Add'
- TabOrder = 0
- OnClick = btnAddClick
- end
- object btnRemove: TButton
- Left = 5
- Top = 77
- Width = 75
- Height = 25
- Caption = '&Remove'
- TabOrder = 1
- OnClick = btnRemoveClick
- end
- object btnUp: TButton
- Left = 5
- Top = 107
- Width = 75
- Height = 25
- Caption = 'Move &Up'
- TabOrder = 2
- OnClick = btnUpClick
- end
- object btnDown: TButton
- Left = 5
- Top = 137
- Width = 75
- Height = 25
- Caption = 'Move &Down'
- TabOrder = 3
- OnClick = btnDownClick
- end
- object btnOptions: TButton
- Left = 5
- Top = 177
- Width = 75
- Height = 25
- Caption = '&Options'
- TabOrder = 4
- OnClick = btnOptionsClick
- end
- object btnClose: TButton
- Left = 5
- Top = 7
- Width = 75
- Height = 25
- Caption = '&Close'
- ModalResult = 1
- TabOrder = 5
- end
- end
- object StatusBar1: TStatusBar
- Left = 0
- Top = 207
- Width = 383
- Height = 19
- Panels = <>
- SimplePanel = True
- end
- object pnlList: TPanel
- Left = 0
- Top = 0
- Width = 298
- Height = 207
- Align = alClient
- BevelOuter = bvNone
- BorderWidth = 5
- TabOrder = 2
- object TabControl1: TTabControl
- Left = 5
- Top = 5
- Width = 288
- Height = 197
- Align = alClient
- HotTrack = True
- TabOrder = 0
- object lstPath: TCheckListBox
- Left = 4
- Top = 6
- Width = 280
- Height = 187
- Align = alClient
- ItemHeight = 13
- PopupMenu = PopupMenu1
- TabOrder = 0
- end
- end
- end
- object FormStorage: TFormStorage
- IniFileName = '\Software\Borland\Delphi\3.0\Solutions'
- IniSection = 'PathEditor'
- MinMaxInfo.MinTrackHeight = 253
- MinMaxInfo.MinTrackWidth = 112
- Options = [fpState, fpPosition, fpActiveControl]
- UseRegistry = True
- OnRestorePlacement = FormStorageRestorePlacement
- Left = 209
- Top = 24
- end
- object PopupMenu1: TPopupMenu
- Left = 85
- Top = 61
- object Sort1: TMenuItem
- Caption = 'Sort'
- OnClick = Sort1Click
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object About1: TMenuItem
- Caption = 'About'
- OnClick = About1Click
- end
- end
- end
-